Linked Device
Query Linked Device List
✨ For Example
Request
curl --location -g '{{EU}}/topic/getLinkedDevices' \
--header 'token: xxxx'
Response
{
"errorCode": 0,
"info": null,
"body": [
{
"deviceSn": "0112300100130198",
"lastUploadTime": "2024-08-09T09:34:28.472Z",
"firstUploadTime": "2024-07-03T02:18:17.289Z"
},
{
"deviceSn": "A112200162230146",
"lastUploadTime": "2024-08-13T07:06:46.827Z",
"firstUploadTime": "2024-08-13T02:29:01.297Z"
},
{
"deviceSn": "A112300107032049",
"lastUploadTime": "2024-09-13T07:24:54.602Z",
"firstUploadTime": "2024-08-30T03:26:52.501Z"
}
],
"successful": true
}